Basic matrix operations allow for a number of actions to be taken on a matrix or multiple matrices, see Wikipeida or 1-basic_matrix_operations for more info on these operations.
In matrix addition each of the components are added with their corresponding component in the other matrix.
When multiplying a matrix by a scalar each component of the matrix is individually multiplied by that scalar.
Transposing a matrix is essentially rotating the matrix.